Skip to content

Fak3/dpmpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dpmpy

Gitter Build Status Test Coverage Support Python versions 2.7, 3.3, 3.4 and 3.5

Dpmpy is a datapackage manager. For more about data packages see http://frictionlessdata.io/data-packages

Install

Until the new code available on pypi, you can install it from this repo:

[sudo] pip install git+https://github.com/frictionlessdata/dpmpy.git

Configuration

Dpm can be configured using dpmpy configure command. It will ask you to provide username, password and server address of datapackage registry.

The config is stored in ~/.dpm/config, you can edit it with text editor. Simple example config file can look like this:

username = myname
password = mypass
server = https://example.com

Testing

  1. Clone the repo

  2. Run python setup.py test

About

Data package manager written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%