django-sshkm 0.1.4

It stores ssh-public-keys in a database and combines them in groups . You can assign these groups to operating system users on target hosts and are able to deploy your configurations.

jsonfield 2.0.0

Please email bjasper@gmail.com if interested. Use PostgreSQL? 1.0.0 introduced a breaking change to the underlying data type, so if you were using < 1.0.0 please read before upgrading.

django-dashing 0.3.3

Inspired in the exceptionally handsome dashboard framework Dashing_ Check out a demo over `here `_. .. _Dashing: http://shopify.github.io/dashing/ ..

cspark-python 0.0.13

Why Cspark-python? ~~~~~~~~~~~~~~~~~~ 1. Spark API provides only one mechanism to notify bot about updates: Webhooks. “Webhooks require that the Cisco Spark Cloud be able to reach your backend over HTTP” ` `_ It’s not comfortable to develop and test bots on public server so Cspark-python emulates update mechanism using REST API.

drf-schema-adapter 0.9.20

Register accepts an optional keyword argument for the from drf_auto_endpoint.router import router from my_app.models import MyModel, OtherModel router.register router.register urlpatterns = [ url ), ] If you’d like to contibute to *DRF-schema-adapter**, you are more than welcome to do so. In order to make contributing to this project a rich experience for everyone, please follow these guide-lines: First, fork the project with your own github account, build your code on your own repository and submit a pull-request once your contribution is ready Before contributing a bug-fix or new feature, create an issue explaining what the problem/need is first.

cliquery 1.8.10

An interactive prompt allows users to easily make successive queries and enter program flags dynamically; simply typing help will list all possible flags to enter. Opening a link will invoke a browser supplied by the user or detected automatically across Windows, OSX, and Linux platforms.

cliquery 1.8.10

An interactive prompt allows users to easily make successive queries and enter program flags dynamically; simply typing help will list all possible flags to enter. Opening a link will invoke a browser supplied by the user or detected automatically across Windows, OSX, and Linux platforms.

djay 0.0.3

There are too many options, they don’t integrate well, and they don’t provide complete functionality. For example, the typical development environment might use `pyenv` to control the Python runtime version, `virtualenv` to isolate the project’s dependencies, `pip` and `setuptools` to specify dependencies, `django-admin` to initialize a project, `manage.py` within the virtual environment to run commands, and a `Makefile` or `run.py` to wrap all of these tools, filling in the gaps between them.

django-keybase-verification 0.4

For each site, you will be able to create an record containing the verification information required by Keybase Quick start ———– * Install the package with `pip install django-keybase-verification` * Add “keybase_verification” and “django.contrib.sites” to your INSTALLED_APPS setting like this: “`python INSTALLED_APPS = [ … ‘django.contrib.sites’, ‘keybase_verification’, ] “` * Include the polls URLs in your project urls.py like this:: “`python from keybase_verification.views import KeybaseVerificationView urlpatterns = [ … url ), url ), ] “` * Run `python manage.py migrate` to create the polls models.

plone.supermodel 1.3.2

The principal use cases are: 2. Save and load interface definitions via an XML format. To turn a schema interface into XML, you can do: To get a schema from an XML file, you can use the xmlSchema() function above, or you can use the more powerful spec() function, which turns a dict of all schemata and widget hints in a given XML file.

yaacl 0.8.2

After all views are decorated, run command “./manage.py sync_acl“, so all views will be registered in database. “`python from yaacl.decorators import acl_register_view from django.contrib.auth.decorators import login_required @login_required @acl_register_view def index : pass “` First parameter is “name“ the short name for this view .

dotenv 0.6.3

It is great of managing app settings during development and in production using `12-factor `__ principles. Do one thing, do it well! – `Usages `__ – `Installation `__ – `Command-line interface `__ – `iPython Support `__ – `Setting config on remote servers `__ – `Related Projects `__ – `Contributing `__ – `Changelog `__ Usages ====== Assuming you have created the “.env“ file along-side your settings module.

collective.themefragments 2.3.1

Diazo Rules may operate on content that is fetched from somewhere other than the current page being rendered by Plone, by using the href attribute to specify a path of a resource relative to the root of the Plone site: , and can reference any URL, for example to an existing browser view configured for your site. However, it is often desirable to generate some dynamic content specifically for the purpose of constructing a particular theme.

django-nsync 0.3.11

Nsync does not require you to inherit from special classes, add ‘model mapping’ objects or really define anything in Python There isn’t much to this package, if you want to add the models to your admin pages it is probably better if you do it The CSV handling part is separated from the true NSync part, so feel free to write your own lyrics-from-wav-file importer.

Simplejson

http://pypi.python.org/pypi/simplejson/ simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.

eea.eggmonkey 4.1

This is an internal EEA tool to be used together with zc.buildout, mr.developer and jarn.mkrelease. Its purpose is to automate a series of 10 steps that are required in order to produce and upload an egg to an eggrepo.

ChatterBot 0.5.5

ChatterBot is a machine learning, conversational dialog engine. Home-page: Author: Gunther Cox Author-email: gunthercx@gmail.com License: BSD Download-URL: Description: ..

HTTPolice 0.4.0

As a command-line tool, it can read HAR files or raw HTTP/1.x TCP streams. It can integrate with mitmproxy for TLS-encrypted and HTTP/2 traffic.

piglet 0.4.4

Piglet Templates ================ Piglet is a text and HTML templating language in the kid/genshi/kajiki family. The Piglet template engine offers: – Template inhertitance through py:extends/py:block – Compiles templates to fast python byte code.

hash_benchmark added to PyPI

Install this package as per the above instructions in your project on hardware typical for your project’s production environment. # Tests hashing performance of your installations pbkdf2_sha256 # algorithm with 100,000 iterations > python manage.py hash_password -i 100000 Python: 2.7.10 [GCC 4.2.1 Compatible Apple LLVM 6.1.0 ] Django: 1.9.7 Using “pbkdf2_sha256” w/parameters , verification takes, on average, 0.0821s Now, decide if this “work factor” is appropriate for your project’s needs.

pynoti 1.2

How to install ————— “`shell pip install pynoti “` Usage —– “`python from pynoti import noti noti.Noti .run() noti.Noti .run() noti.Noti .run() noti.Noti .run() noti.Noti .run() “` Example ——– ![example1] Contributors ———— * Leonardo Javier Esparis Meza License ——- Copyright 2017 Leonardo Javier Esparis Meza and individual contributors. All rights reserved.

social-auth 0.3.3

Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers. Crafted using base code from django-social-auth, it implements a common interface to define new authentication providers from third parties, and to bring support for more frameworks and ORMs.

robotframework 3.0.1rc1

Robot Framework is a generic open source test automation framework for acceptance testing and acceptance test-driven development . It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.

django-djaffar 0.1.8

Want to keep track of what your users do even when they don’t hit the server? Set up Djaffar on the server and make a request to the client API to log user activity to the database, including URI path, user name, browser session, IP address and user agent. Requirements ———— Django .

robotsuite 2.0.0

This is an experimental package for wrapping Robot Framework test suites into Python unittest suites to make it possible to run Robot Framework tests as plone.testing ‘s layered test suites: RobotTestSuite splits Robot Framework test suites into separate unittest test cases so that Robot will be run once for every test case in every test suite parsed from the given Robot Framework test suite. Because of that, each Robot will generate a separate test report for each test.

pypicontents added to PyPI

PyPIContents is an application that generates a Module Index from the Python Package Index and also from various versions of the Python Standard Library. PyPIContents is an application that generates a Module Index from the Python Package Index and also from various versions of the Python Standard Library.