Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109485 > unrolled thread
| Started by | Albert <vonpupp@gmail.com> |
|---|---|
| First post | 2016-06-04 12:55 -0700 |
| Last post | 2016-06-15 11:54 -0700 |
| Articles | 6 — 3 participants |
Back to article view | Back to comp.lang.python
Anyone know a donation app codebase? Albert <vonpupp@gmail.com> - 2016-06-04 12:55 -0700
Re: Anyone know a donation app codebase? Ben Finney <ben+python@benfinney.id.au> - 2016-06-05 07:02 +1000
Re: Anyone know a donation app codebase? Albert <vonpupp@gmail.com> - 2016-06-05 06:02 -0700
Re: Anyone know a donation app codebase? Ben Finney <ben+python@benfinney.id.au> - 2016-06-06 05:24 +1000
Re: Anyone know a donation app codebase? Michael Selik <michael.selik@gmail.com> - 2016-06-06 13:17 +0000
Re: Anyone know a donation app codebase? Albert <vonpupp@gmail.com> - 2016-06-15 11:54 -0700
| From | Albert <vonpupp@gmail.com> |
|---|---|
| Date | 2016-06-04 12:55 -0700 |
| Subject | Anyone know a donation app codebase? |
| Message-ID | <c594290b-a965-460a-822d-d798b477a487@googlegroups.com> |
Hello, Anyone knows a donation app whose code is available on github or similar made in python (could be django, flask, or any other web framework). Thank you very much.
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-06-05 07:02 +1000 |
| Message-ID | <mailman.1.1465074156.2306.python-list@python.org> |
| In reply to | #109485 |
Albert <vonpupp@gmail.com> writes: > Anyone knows a donation app whose code is available on github or > similar made in python (could be django, flask, or any other web > framework). Search for Python libraries on the Python Package Index <URL:https://pypi.python.org/>. What you are (I think) looking for can be called a “payment” handler <URL:https://pypi.python.org/pypi?%3Aaction=search&term=payment&submit=search>. If that's not right you can try different search terms. -- \ “My, your, his, hers, ours, theirs, its. I'm, you're, he's, | `\ she's, we're, they're, it's.” —anonymous, alt.sysadmin.recovery | _o__) | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Albert <vonpupp@gmail.com> |
|---|---|
| Date | 2016-06-05 06:02 -0700 |
| Message-ID | <1973b5af-79c5-4bf5-a13f-4532e1f16a71@googlegroups.com> |
| In reply to | #109486 |
Thank you for your answer Ben, That is not exactly what I am looking for. I am interested in knowing if there are any python (django, flask, etc) opensource projects for managing donations, similar to catarse [1] (ruby) and [2] (ruby). [1]: https://github.com/catarse/catarse [2]: https://github.com/danielweinmann/unlock Any suggestion please? On Saturday, June 4, 2016 at 6:02:51 PM UTC-3, Ben Finney wrote: > Albert writes: > > > Anyone knows a donation app whose code is available on github or > > similar made in python (could be django, flask, or any other web > > framework). > > Search for Python libraries on the Python Package Index > <URL:https://pypi.python.org/>. > > What you are (I think) looking for can be called a “payment” handler > <URL:https://pypi.python.org/pypi?%3Aaction=search&term=payment&submit=search>. > If that's not right you can try different search terms. > > -- > \ “My, your, his, hers, ours, theirs, its. I'm, you're, he's, | > `\ she's, we're, they're, it's.” —anonymous, alt.sysadmin.recovery | > _o__) | > Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-06-06 05:24 +1000 |
| Message-ID | <mailman.15.1465154678.2306.python-list@python.org> |
| In reply to | #109511 |
Albert <vonpupp@gmail.com> writes: > Thank you for your answer Ben, You're welcome. Please note that top-posting is poor etiquette for discussions; instead, interleave your response like a written dialogue. See <URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style>. > That is not exactly what I am looking for. I am interested in knowing > if there are any python (django, flask, etc) opensource projects for > managing donations Again, PyPI is the place to search <URL:https://pypi.python.org/pypi?:action=search&term=django%20donation&submit=search>. > Any suggestion please? I hope that helps. -- \ “It seems intuitively obvious to me, which means that it might | `\ be wrong.” —Chris Torek | _o__) | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Michael Selik <michael.selik@gmail.com> |
|---|---|
| Date | 2016-06-06 13:17 +0000 |
| Message-ID | <mailman.33.1465219042.2306.python-list@python.org> |
| In reply to | #109511 |
On Sun, Jun 5, 2016 at 3:26 PM Ben Finney <ben+python@benfinney.id.au> wrote: > Albert <vonpupp@gmail.com> writes: > > > Thank you for your answer Ben, > > You're welcome. Please note that top-posting is poor etiquette for > discussions; instead, interleave your response like a written dialogue. > See <URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style>. > > > That is not exactly what I am looking for. I am interested in knowing > > if there are any python (django, flask, etc) opensource projects for > > managing donations > > Again, PyPI is the place to search > <URL: > https://pypi.python.org/pypi?:action=search&term=django%20donation&submit=search > >. > I tried the Google search engine. Looking up the phrase "python managing donations catarse" the 2nd search result was this a website which appears to list several packages in different programming languages. http://seedingfactory.com/index.html%3Fp=634.html
[toc] | [prev] | [next] | [standalone]
| From | Albert <vonpupp@gmail.com> |
|---|---|
| Date | 2016-06-15 11:54 -0700 |
| Message-ID | <8e7c7452-0681-43e4-8cb9-7821fff60488@googlegroups.com> |
| In reply to | #109559 |
On Monday, June 6, 2016 at 10:17:35 AM UTC-3, Michael Selik wrote: > On Sun, Jun 5, 2016 at 3:26 PM Ben Finney <> > wrote: > > > Albert <> writes: > > > > > Thank you for your answer Ben, > > > > You're welcome. Please note that top-posting is poor etiquette for > > discussions; instead, interleave your response like a written dialogue. > > See <URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style>. > > > > > That is not exactly what I am looking for. I am interested in knowing > > > if there are any python (django, flask, etc) opensource projects for > > > managing donations > > > > Again, PyPI is the place to search > > <URL: > > https://pypi.python.org/pypi?:action=search&term=django%20donation&submit=search > > >. > > > > I tried the Google search engine. Looking up the phrase "python managing > donations catarse" the 2nd search result was this a website which appears > to list several packages in different programming languages. > http://seedingfactory.com/index.html%3Fp=634.html Great, this looks very promising! Thank you very much to both for your time and good will to help me out. Regards.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web