B.py

Latest version: v0.11.0

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.7.0

====================================

* add documentation generation
* setup.py

+ add ``build_sphinx`` and ``upload_sphinx`` commands

* Makefile

+ add ``doc`` for documentation generation
+ add ``upload_doc`` for uploading to PyPI
+ add ``clean`` for cleaning up built files

* add Blogger page support (1)
* add Blogger post draft support (2)

2 is split, 15 created for page kind, which doesn't have same draft setting
support as post kind.

0.6.2

====================================

* add test, test_pep0, test_pyflakes test_test (unittest), install_test
Makefile targets
* update for smartypants >= 1.8.0

0.6.1

====================================

* remove smartypants Python 3 exception, which now supports Python 3 since
v1.7.1

0.6.0

====================================

* Port to Python 3, use Unicode in Python 2
* Modularize Blogger API use, new services for adding new services
* Add ``service_options`` to rc:

The options for a service can be specified using ``service_options`` which is
a ``dict``. Previous ``blog``, now must be assigned within
``service_options``, for example:

.. code:: python

service = 'blogger'
service_options = {
'blog': 12345,
'other_option': 'other value',
}

The options will be supplied when initialize the service.

* Add ``bpy.services.wordpress``

* Options: ``username`` and ``password``
* Headers: ``categories`` and ``draft``

* ``service`` will be added to headers

0.5.2

====================================

* fix options doesn't get read properly

0.5.1

====================================

* fix smartypants isn't optional.
* fix handler import on Windows. (13)
* fix HTML files generation location on system other than Linux

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.