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

Point the PyPI package name in the README #8

Closed
wants to merge 2 commits into from

Conversation

alanjds
Copy link
Contributor

@alanjds alanjds commented Jan 11, 2017

As promised on #5 (comment), this updates the README with installation instructions via PyPI directly

@@ -24,6 +24,10 @@ The last stable release is available on github and can be installed with ``pip``
$ git clone https://github.com/rqlite/pyrqlite.git
$ pip install ./pyrqlite

Ofter are released on PyPI too, able to be installed via the package named ``rqlite``::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure what you mean by "Ofter"? Do you mean also?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo. Should be "Often they are..." talking about the stable releases

@@ -24,6 +24,10 @@ The last stable release is available on github and can be installed with ``pip``
$ git clone https://github.com/rqlite/pyrqlite.git
$ pip install ./pyrqlite

Ofter are released on PyPI too, able to be installed via the package named ``rqlite``::

$ pip install rqlite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this doesn't actually work yet since there is no package up there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But before you pointed it to me: #5 (comment)

$ pip search rqlite
rqlite     - Pure python client library for rqlite

@@ -24,6 +24,10 @@ The last stable release is available on github and can be installed with ``pip``
$ git clone https://github.com/rqlite/pyrqlite.git
$ pip install ./pyrqlite

Often they are released on PyPI too, able to be installed via the package named ``rqlite``::

$ pip install rqlite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, what I meant was that I have registered the name rqlite up on PyPI, but I have not pushed any packages up there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. Got it. If so, can I suggest to register pyrqlite instead?

Anyway, I am working on a version of pyrqlite compatible with the stock sqlite3 module. But lots are still missing, as types support, etc. The way it is right now there is no support for float numbers, for example.

@alanjds alanjds closed this Jan 12, 2017
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

Successfully merging this pull request may close these issues.

2 participants