Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write an easy-to-use Python API client #39

Open
fangpenlin opened this issue Aug 26, 2013 · 1 comment
Open

Write an easy-to-use Python API client #39

fangpenlin opened this issue Aug 26, 2013 · 1 comment

Comments

@fangpenlin
Copy link
Contributor

Although billy has a RESTful API, it is still better to have a easy-to-use Python API client library that the usage might like what I mentioned in #25.

However, this is not a priority task as the API may not be stable for a period. Also, we should take care of naming problem as billy is already used by the server project. Maybe we can use billy-client for Python project name (in PyPi and github repo). And for Python package name (the_name/init.py), we can use billy_client, or we can use a Python namespace package ( http://www.python.org/dev/peps/pep-0382/ ), make it under billy.client? Well, not priority, think about it later.

@mjallday
Copy link
Contributor

In our internal projects we name the services xxx_service e.g. balanced_service since the client libraries are directly used by more people than the actual services that support them. Our individual client library repos end up being service-language e.g. balanced-python but the package name would simply be balanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants